home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / ActiveShareware / PureBasic_Demo / PureBasic.readme < prev    next >
Text File  |  1999-09-21  |  3KB  |  75 lines

  1. Short:    V1.02 - Brand new powerful programming langage. Support for 680x0 and PPC
  2. Author:   alphasnd@sdv.fr (Fantaisie Software)
  3. Uploader: alphasnd@sdv.fr (Frederic Laboureur)
  4. Version:  1.02
  5. Type:     dev/basic
  6.  
  7.  
  8.    Pure Basic is brand new 'high level' programming langage based on the
  9.    previoulsy etablished B.A.S.I.C rules. It ensure a good compatibility
  10.    with similar basic compiler independement of the computer. The learning
  11.    is easy, as basic has been created for beginner and the development time
  12.    is really fast.
  13.  
  14.    This software has been developed for the Amiga with the Amiga enviromment
  15.    in mind. We have put lot of effort in its realization to produce fast,
  16.    reliable and system friendly langage. The respect of the OS is always the
  17.    master word, and you couldn't write bad software with the basic commandset
  18.    provided. Of course, you could add any other functions to bash the hardware
  19.    and use all the Amiga power, if you need it.
  20.  
  21.    The syntax is easy, but the possibities are huge because some 'advanced'
  22.    functions has been added to this langage like pointers, structure,
  23.    procedure, dynamic linked lists, and more.. For the experienced coder,
  24.    there is no problem to access any of the legal OS structures or amiga
  25.    objects.
  26.  
  27.    Finally, Pure Basic support the 680x0 processor and in early stage the
  28.    PowerPC. The PowerPC processor is not fully working yet because we don't have
  29.    any PPC accelerator at the Fantaisie Software team to achieve the tests.
  30.    The 68000 part has been very optimized to output the best code as possible,
  31.    but we're sure we could do even better !
  32.  
  33.  
  34.    Look yourself at the main features of Pure Basic:
  35.  
  36.      - 68000 and 68020+ support (PowerPC in progress)
  37.      - Built-in Array, dynamic linked list, complex structure, pointer
  38.        and variable definitions
  39.      - Supported types: Byte (8 bit), Word (16 bits), Long (32) and user
  40.        defined ones (structures)
  41.      - Signed (finished) and unsigned (partially) support for standard types
  42.      - Built-in strings type
  43.      - Constants, binary and hexadecimal numbers support
  44.      - Very good expression reducer by grouping constants and numeric numbers together
  45.      - Standard arithmetic support with respect of signs priority and parenthesis:
  46.        +, -, /, *, and, or, lsl, asl, lsr, asr
  47.      - Compile about 30 000 lines/min on a 68030/50 (with PoolMem installed)
  48.      - Procedure support for structured programming with locals and global variables
  49.        (not fully finished)
  50.      - All Standard BASIC keywords: If-Else-EndIf, Repeat-Until ...
  51.      - External libraries support to manipulate easily objects like IFF pictures,
  52.        screens, windows, gadgets...
  53.      - Precompiled structures and constants files for extra fast compiling.
  54.      - Cool debugger to stop the program execution and trace the bugs easily.
  55.      - Configurable CLI compiler
  56.      - System friendly, easy to install and always under development
  57.  
  58.  
  59. ***********
  60.            *
  61. V1.02 News  *
  62.            *
  63. ***********
  64.  
  65.       - Reference guide revised by LES.
  66.       - 2 files was missing for PPC compilation. Now it should work.
  67.       - Some bugs fixes.
  68.  
  69.  
  70.       Visit our site web at: http://www.citeweb.net/fantaisi/
  71.  
  72.             Enjoy the Amiga power !
  73.  
  74.                © 1999 - Fantaisie Software -
  75.